Re: Looking for postgres equivalent of mysqlimport
От
M. Bastin
Тема
Re: Looking for postgres equivalent of mysqlimport
Дата
Msg-id
a06110413bd70c288a89c@[192.168.0.243]
Ответ на
Re: Looking for postgres equivalent of mysqlimport (Sean Davis)
Список
Дерево обсуждения
Looking for postgres equivalent of mysqlimport Sean Davis <sdavis2@mail.nih.gov>
Re: Looking for postgres equivalent of mysqlimport "M. Bastin" <marcbastin@mindspring.com>
Re: Looking for postgres equivalent of mysqlimport Sean Davis <sdavis2@mail.nih.gov>
Re: Looking for postgres equivalent of mysqlimport "M. Bastin" <marcbastin@mindspring.com>
Re: Looking for postgres equivalent of mysqlimport Sean Davis <sdavis2@mail.nih.gov>
Re: Looking for postgres equivalent of mysqlimport "M. Bastin" <marcbastin@mindspring.com>
Re: Looking for postgres equivalent of mysqlimport Sean Davis <sdavis2@mail.nih.gov>
At 12:31 PM -0400 9/17/04, Sean Davis wrote: >Marc, > >That seemed to get most of the way (setting to NULL). However, it >seems that does not work for integer columns? I'm still getting an >error: > >ERROR: invalid input syntax for integer: "NULL" >CONTEXT: COPY cgap_lib,line 1, column clones: "NULL" Your text columns will probably have imported the text "NULL." From http://www.postgresql.org/docs/7.4/interactive/sql-copy.html "null string The string that represents a null value. The default is \N (backslash-N). You might prefer an empty string, for example." You can choose your own null string with: [ NULL [ AS ] 'null string' ] ] Marc
В списке pgsql-novice по дате отправления